home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 7
/
Apprentice-Release7.iso
/
Source Code
/
C
/
Applications
/
Moscow ML 1.42
/
src
/
test
/
mosmlyac
/
test3load
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-08-18
|
163 b
|
12 lines
|
[
TEXT/R*ch
]
load "test3main";
let
open test3aux test3main;
in
case red (readlam "test3.lam") of
App(Bas 78, Var(Bas 78)) => "OK"
| _ => "WRONG"
end;
quit();